-
Notifications
You must be signed in to change notification settings - Fork 273
Revert "property_checkert interface" #2212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert "property_checkert interface" #2212
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is actually be the base class that the various BMC/Symex variants that are currently packed into bmct
should implement.
@kroening @peterschrammel Would you mind providing the high-level idea of how this is supposed to be used? Given the absence of documentation I'll try to reverse-engineer it from 2LS, but receiving brief guidance would be very much appreciated. The main question is: what is this interface supposed to separate, i.e., what is to be moved to the implementation of the interface and what invokes the interface's methods? |
The bigger idea is: As a user I want to run one or more property checkers (I can instantiate whatever implementations we have: BMC, path-based symex, incremental BMC, abstract interpretation, k-induction, IC3, ...) and report and fuse results from multiple runs (portfolio, heuristic selection of an appropriate checker or some other strategy). |
@peterschrammel : that sounds like a good thing to do / want. Is it worth opening an issue / creating some kind of plan for getting that implemented in the existing CPROVER tools? |
@peterschrammel Given all your work, can this now actually be done (i.e., |
This still has to wait a bit until symex-driven lazy loading has been ported to goto-checker. |
Symex-driven lazy loading uses goto-checker [blocks: #2212]
Has that time already come now that #4541 is merged? |
@peterschrammel ping? |
This reverts commit d88ffd4.
f930065
to
c07449c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✔️
Passed Diffblue compatibility checks (cbmc commit: c07449c).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/112029630
This reverts commit d88ffd4.
Doing so might not actually be desirable, but the code is neither sufficiently documented nor actually used within the repository (though apparently be 2LS and Deltacheck). Input from @peterschrammel required.